projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61ec5b
)
Whack stray semi. From Fouts.
author
robertl
<robertl>
Mon, 6 Jan 2003 23:33:13 +0000
(23:33 +0000)
committer
robertl
<robertl>
Mon, 6 Jan 2003 23:33:13 +0000
(23:33 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 338c8b332141071fe3ad37d87462416ca814d9fd..b0aa68ec7e1a048c787b33f090de86fe1e04f0ea 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-200,7
+200,7
@@
void route_init(void);
void waypt_disp(const waypoint *);
void fatal(const char *, ...)
#if __GNUC__
- __attribute__ ((__format__ (__printf__, 1, 2)))
;
+ __attribute__ ((__format__ (__printf__, 1, 2)))
#endif
;
ff_vecs_t *find_vec(char *, char **);